home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Workbench Design
/
WB Collection.iso
/
workbench werkzeuge
/
scherz programme
/
fortune
/
source
/
makefile
< prev
next >
Wrap
Makefile
|
1996-04-07
|
418b
|
27 lines
.c.o:
lc -rr $*
all: makefort fortune
makefort: makefort.o ftext.o
blink <with <
FROM lib:c.o makefort.o ftext.o
TO makefort
LIB lib:lcr.lib lib:amiga.lib
verbose
<
fortune: readfort.o ftext.o
blink <with <
FROM lib:c.o readfort.o lib:tinymain.o ftext.o
TO fortune
LIB lib:lcr.lib lib:amiga.lib lib:reqtools.lib
DEFINE @_main=@_tinymain
verbose
<
readfort.o: readfort.c
ftext.o: ftext.c
makefort.o: makefort.c